This patch fixed 'xm reboot' to work as you expected with the wait
authorEwan Mellor <ewan@xensource.com>
Tue, 29 Aug 2006 21:51:06 +0000 (22:51 +0100)
committerEwan Mellor <ewan@xensource.com>
Tue, 29 Aug 2006 21:51:06 +0000 (22:51 +0100)
commit773367b44941d9d6eaca3ef2c2e03c0a9fc50758
treef5589846693ccbfd31472e98bd0c5c72eb0296d0
parentcc8a2f5273791cf27c79a3f5748b1d7ce39bb9d3
This patch fixed 'xm reboot' to work as you expected with the wait
option. This patch adds a restart sequence counter to xenstore.
The completion of a VM reboot is detected by observing that
its restart sequence counter changes.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/XMLRPCServer.py
tools/python/xen/xm/shutdown.py